Importing Existing Adapters
Updated 21 October 2025
Adapters developed using versions prior to Local Edition 5.x SDK can be imported in the new version of the SDK.
To import existing adapters:
Procedure
- Create a new adapter project using the
create-adapter.sh/batscript.
note
The project name and other package name must be the same as the existing adapter project that you want to import.
-
Copy the existing source package into the newly created sub-project.
-
Copy the third-party libraries into the lib folder of the sub-project.
note
For an existing adapter being developed as a maven-based project, provide the Gradle form of dependencies in the sub-project's build.gradle file. For more information, see the Referring to Third-Party Libraries topic.